Handle empty drive lists during space refresh#150
Conversation
c9b1c73 to
ece528d
Compare
|
Did you actually experience this issue? |
guruz
left a comment
There was a problem hiding this comment.
Changes in DB schema mandate Migration?
The DB schema itself does not change here. I also checked the backend path: the drives endpoint can legitimately return an empty |
Not from a production crash report on my side; I found it while checking edge cases around the drives response. The current code is still reproducibly unsafe for valid backend responses: an empty |
Summary
Tests